home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / PCO.ZIP;1 / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-10-28  |  309 b   |  17 lines

  1. echo off
  2. cls
  3. echo ˇ
  4. echo This Batch file will print the Outline! documentation file MANUAL.DOC
  5. echo to printer port LPT1:.
  6. echo ˇ
  7. echo Press any key to begin (^Break to Abort)
  8. echo ˇ
  9. pause
  10. echo ˇ
  11. echo      Now printing . . . .
  12. copy manual.doc lpt1:
  13. echo ˇ
  14. echo      Printing complete
  15. echo ˇ
  16.  
  17.